Tab and Accordion Methods

Description

UX component methods for the Tab Control and Accordion Control.

Methods

_tabInfo Method

Returns Javascript object with info about the tab control.

accordionControl Method

Either opens or closes all panes in an accordion object.

selectTabPane Method

Activates the specified pane number on a tab object. In certain cases tab panes can be assigned explicit ids. If the tab pane has an id, you can also specify the pane id.

tabTimerGoto Method

Advances to the target tab pane.

tabTimerStart Method

Starts the tab to automatically advance on the timer interval.

tabTimerStop Method

Stops the tab from automatically advancing on the timer interval.

See Also